home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / gedscripts / pastex / ged-pastex.doc next >
Text File  |  1995-03-09  |  3KB  |  88 lines

  1. ReadMe for the PasTeX-GoldED interface
  2. --------------------------------------
  3.  
  4. These scripts makes GoldED communicate with the PasTeX server and starts
  5. DVIprint resp. ShowDVI and a lot else.
  6.  
  7. 1. Installation
  8.  
  9. I assume you already installed the PasTeX package and GoldED.
  10. An installed ToolManager is a big advantage.
  11.  
  12. Copy the scripts to a place where you want them. Replace TeXedit.rexx with the
  13. version provided in this distribution.
  14.  
  15. If you want to use the scripts from GoldED's menus, then look in GoldEDs manual
  16. for details.
  17.  
  18. In ToolManager, you can link script to a dock icon. If you put the scripts
  19. Start_TeX.ged, StartDVIprint.ged, NextError.ged, GoToSDVI.ged and Quit_TeX.ged
  20. onto the dock, you can easily use this dock on GoldEDs screen given you check
  21. the "Frontmost" gadget in the dock window.
  22.  
  23. In DVIprint.ged, you'll have to check the path to StartDVIprint in line 87 and
  24. change if necessary.
  25.  
  26. What are those scripts good for?
  27.  
  28. Start_TeX.ged      - starts the TeX server with file for compilation
  29. StartDVIprint.ged  - Starts DVIprint to print the DVI file of the current .tex
  30.                      file
  31. GoToSDVI.ged       - goes to ShowDVI and tries to load the file into ShowDVI and
  32.                      if ShowDVI's not running, it will start it
  33. NextError.ged      - loads the logfile and points to the next error
  34. TeXedit.rexx       - is called if TeX finds an error. Version for use with
  35.                      GoldED.
  36. Quit_TeX.ged       - quits the TeX server
  37. Letterhead.ged     - inserts a file into GoldED --- I use it to put my
  38.                      letterhead in. Can speed up work greatly.
  39.  
  40.  
  41. 2. Legal Stuff
  42.  
  43. There is no warranty, neither expressed nor implied. YOU use this stuff at your
  44. own risk.
  45.  
  46. These scripts are postcardware, so send me a postcard from your town in case you
  47. use these scripts extensivly. Maybe a donation (I still need a high-speed
  48. modem....)?
  49.  
  50. 3. Author
  51.  
  52. You can reach me by snail mail. My address:
  53.  
  54. René Laederach
  55. Kappelisackerstr. 46
  56. 3063 Ittigen
  57. Switzerland
  58.  
  59. You can phone me at +41/(0)31/921-19-08 in the evening and on weekends, but
  60. don't forget I live in the Greenwich time zone, so phone when it is evening in
  61. Europe! When writing, then include an international reply coupon or 3.00 US-$
  62. (in bills). Any letter without return postage lands in the trashcan or I'll 
  63. keep the disk if you included one (one exactly covers the postage...).
  64.  
  65. 4. Acknowledgements to....
  66.  
  67. Dietmar Eilert who wrote GoldED. An awesome editor with lots of features I
  68. haven't tried out yet. Those 20 greenbacks/Deutschmark you have to mail him for
  69. registration is a good investment into the future of the development of good
  70. ShareWare. Definitely the `Best Buy' if you want a cheap and powerful editor for
  71. the Amiga.
  72.  
  73. Dietmar Eilert who made a skeleton macro for the startup and the cleanup of
  74. ARexx scripts working with GoldED although I didn't use it this time.
  75.  
  76. Loren J. Rittle who wrote a port of ISpell with an ARexx server mode. Great
  77. Stuff!
  78.  
  79. Georg Hessmann for PasTeX, a great implementation which can still be improved
  80. (I'm still waiting for a less buggy Postscript interface for pictures in
  81. Specialhost).
  82.  
  83. CBM for the Amiga 2000 (maybe the successor of the A4000 will have a SCSI host
  84. adapter again and design a practical casing as well as an Ethernet plug?).
  85.  
  86.  
  87.  
  88.